Skip to content

Update CLI commands to use package name @nicnocquee/dataqueue#38

Merged
nicnocquee merged 1 commit intomainfrom
docs-gap
Mar 15, 2026
Merged

Update CLI commands to use package name @nicnocquee/dataqueue#38
nicnocquee merged 1 commit intomainfrom
docs-gap

Conversation

@nicnocquee
Copy link
Owner

Summary

Updates all CLI invocations and docs to use the scoped package name @nicnocquee/dataqueue instead of dataqueue-cli. Adds a dataqueue bin alias and adjusts package files so the published CLI is consistent and discoverable under the new name.

Important changes

  • Docs and code now reference npx @nicnocquee/dataqueue <command> (e.g. install-mcp, mcp, migrate) instead of npx dataqueue-cli
  • package.json: new bin dataqueue (alongside dataqueue-cli), and cli.cjs added to files so the CLI is included in the published package
  • install-mcp-command and its test output the new run command: npx @nicnocquee/dataqueue mcp

Other changes

  • CLI index, init, install-mcp, install-rules, install-skills, mcp, and migrate docs updated to the new command
  • Usage docs (quick-start, building-with-AI, cron-jobs) and llms-full.txt updated to the new package name

How to test

  1. From repo root, run pnpm build in packages/dataqueue and confirm it succeeds.
  2. Run npx @nicnocquee/dataqueue --help (or link the package locally) and confirm the CLI runs.
  3. Run the install-mcp flow (or unit tests for it) and confirm the printed command is npx @nicnocquee/dataqueue mcp.
  4. Skim the updated docs and llms-full.txt and confirm every CLI example uses @nicnocquee/dataqueue.

- Changed all instances of `npx dataqueue-cli` to `npx @nicnocquee/dataqueue` across documentation files to reflect the updated package name.
- Ensured consistency in command usage for initializing, installing, and migrating within the DataQueue CLI documentation.

These changes improve clarity and accuracy for users interacting with the DataQueue CLI.
@netlify
Copy link

netlify bot commented Mar 15, 2026

Deploy Preview for docsdataqueuedev ready!

Name Link
🔨 Latest commit 28aff50
🔍 Latest deploy log https://app.netlify.com/projects/docsdataqueuedev/deploys/69b63d7010ea7f000840b6e1
😎 Deploy Preview https://deploy-preview-38--docsdataqueuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 15, 2026

Deploy Preview for dataqueue-demo ready!

Name Link
🔨 Latest commit 28aff50
🔍 Latest deploy log https://app.netlify.com/projects/dataqueue-demo/deploys/69b63d701bb17100084d7240
😎 Deploy Preview https://deploy-preview-38--dataqueue-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.28%. Comparing base (a7c6ccd) to head (28aff50).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   81.28%   81.28%           
=======================================
  Files          37       37           
  Lines        7011     7011           
  Branches      908      908           
=======================================
  Hits         5699     5699           
  Misses       1292     1292           
  Partials       20       20           
Flag Coverage Δ
e2e 98.83% <ø> (ø)
unit 76.68% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nicnocquee nicnocquee merged commit 2f54c54 into main Mar 15, 2026
12 checks passed
@nicnocquee nicnocquee deleted the docs-gap branch March 15, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant